func go/types.allNumeric
7 uses
go/types (current package)
expr.go#L66: token.ADD: allNumeric,
expr.go#L67: token.SUB: allNumeric,
expr.go#L762: token.SUB: allNumeric,
expr.go#L763: token.MUL: allNumeric,
expr.go#L764: token.QUO: allNumeric,
predicates.go#L49: func allNumeric(t Type) bool { return allBasic(t, IsNumeric) }
stmt.go#L492: if !allNumeric(x.typ) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)